
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.02s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   7.21%|   0.39%|    6.82%|  92.79%
   1|   5.26%|   0.36%|    4.89%|  94.72%
-------------------------------------------
avg.|   6.24%|   0.38%|    5.86%|  93.75%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       397770752 |        97112 |       6.32 |    1618.12 |    0.614 |     7.404 | test.dat (10240MB)
     1 |       366374912 |        89447 |       5.82 |    1490.40 |    0.666 |     7.687 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         764145664 |       186559 |      12.14 |    3108.52 |    0.639 |     7.541

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       317566976 |        77531 |       5.05 |    1291.85 |    0.570 |     4.473 | test.dat (10240MB)
     1 |       293269504 |        71599 |       4.66 |    1193.01 |    0.621 |     4.937 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         610836480 |       149130 |       9.71 |    2484.86 |    0.594 |     4.701

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        80203776 |        19581 |       1.27 |     326.27 |    0.790 |    13.880 | test.dat (10240MB)
     1 |        73105408 |        17848 |       1.16 |     297.39 |    0.849 |    14.084 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         153309184 |        37429 |       2.44 |     623.66 |    0.818 |    13.977


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.035 |      0.040 |      0.035
   25th |      0.065 |      0.068 |      0.065
   50th |      0.072 |      0.078 |      0.073
   75th |      0.152 |      0.157 |      0.153
   90th |      0.601 |      0.736 |      0.665
   95th |      3.965 |      0.799 |      2.997
   99th |      7.286 |      1.066 |      7.129
3-nines |     17.639 |    334.034 |     31.264
4-nines |    275.402 |    355.578 |    340.417
5-nines |    283.242 |    496.064 |    493.689
6-nines |    493.689 |    496.064 |    496.064
7-nines |    493.689 |    496.064 |    496.064
8-nines |    493.689 |    496.064 |    496.064
9-nines |    493.689 |    496.064 |    496.064
    max |    493.689 |    496.064 |    496.064
